[INFO] cloning repository https://github.com/zettawatt/osnova
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zettawatt/osnova" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzettawatt%2Fosnova", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzettawatt%2Fosnova'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7a325dc63b56063bac31303e1b08d7bdd50a84fc
[INFO] checking zettawatt/osnova against try#e622d8d7bed4f2668d446e06c6c1436ecae15796 for pr-156776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzettawatt%2Fosnova" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zettawatt/osnova
[INFO] finished tweaking git repo https://github.com/zettawatt/osnova
[INFO] tweaked toml for git repo https://github.com/zettawatt/osnova written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zettawatt/osnova on toolchain e622d8d7bed4f2668d446e06c6c1436ecae15796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zettawatt/osnova already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f24c8015c89a5443216a7fe9526b1d32ace017d6e4ddfa6f695b7ad03948c54
[INFO] running `Command { std: "docker" "start" "-a" "3f24c8015c89a5443216a7fe9526b1d32ace017d6e4ddfa6f695b7ad03948c54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f24c8015c89a5443216a7fe9526b1d32ace017d6e4ddfa6f695b7ad03948c54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f24c8015c89a5443216a7fe9526b1d32ace017d6e4ddfa6f695b7ad03948c54", kill_on_drop: false }`
[INFO] [stdout] 3f24c8015c89a5443216a7fe9526b1d32ace017d6e4ddfa6f695b7ad03948c54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d3fbc421ff20907eb7817b5adfdb000c700a6949d36d706cb413728c01538bd
[INFO] running `Command { std: "docker" "start" "-a" "2d3fbc421ff20907eb7817b5adfdb000c700a6949d36d706cb413728c01538bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]     Checking const-hex v1.16.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]     Checking quick-protobuf v0.8.1
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking const-str v0.4.3
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking unsigned-varint v0.7.2
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking futures-utils-wasm v0.1.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling quinn-udp v0.5.14
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]    Compiling blst v0.3.16
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]    Compiling quinn v0.11.9
[INFO] [stderr]    Compiling vergen v8.3.2
[INFO] [stderr]    Compiling ruint v1.17.0
[INFO] [stderr]     Checking lru v0.13.0
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]    Compiling snow v0.9.6
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking xml-rs v0.8.27
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]     Checking ff v0.12.1
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking resolv-conf v0.7.5
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking group v0.12.1
[INFO] [stderr]     Checking uint v0.10.0
[INFO] [stderr]     Checking xmltree v0.10.3
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]     Checking byte-slice-cast v1.2.3
[INFO] [stderr]     Checking pairing v0.22.0
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]    Compiling prost-build v0.9.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking rmp v0.8.14
[INFO] [stderr]    Compiling prometheus-client v0.23.1
[INFO] [stderr]    Compiling bitcoin-internals v0.2.0
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking flate2 v1.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]     Checking brotli-decompressor v2.3.5
[INFO] [stderr]     Checking dtoa v1.0.10
[INFO] [stderr]     Checking hex_fmt v0.3.0
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking hex-conservative v0.1.2
[INFO] [stderr]     Checking pairing v0.23.0
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking bitcoin_hashes v0.13.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling match-lookup v0.1.1
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]     Checking exponential-backoff v2.1.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking tar v0.4.44
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking base256emoji v1.0.2
[INFO] [stderr]     Checking brotli v3.3.4
[INFO] [stderr]    Compiling ant-build-info v0.1.29
[INFO] [stderr]     Checking atomic-write-file v0.2.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling syn-solidity v1.4.0
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr] error: could not compile `brotli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e622d8d7bed4f2668d446e06c6c1436ecae15796/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "default", "disable-timer", "external-literal-probability", "ffi-api", "packed_simd_2", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=40f78b88b03fff1c -C extra-filename=-3a28ff4641cb4238 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-7b1bd6f28b6396be.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-c67ef39ef9e0d8f1.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-03cf940a979bcb65.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e622d8d7bed4f2668d446e06c6c1436ecae15796/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=92c555edddc9637c -C extra-filename=-d243dbd095021228 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-7c3b23e851763d6f.rmeta --cap-lints allow --cap-lints=forbid --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "2d3fbc421ff20907eb7817b5adfdb000c700a6949d36d706cb413728c01538bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d3fbc421ff20907eb7817b5adfdb000c700a6949d36d706cb413728c01538bd", kill_on_drop: false }`
[INFO] [stdout] 2d3fbc421ff20907eb7817b5adfdb000c700a6949d36d706cb413728c01538bd
